From 5b4a13b2e65d06920457e52fea9d13d5eeab4f91 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Fri, 24 Sep 2004 16:05:34 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.175 (415445ceydjmiY9bcerArlIlTqqZvQ) Put configuring the console port back where it belonged. --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 647956f7be..8a8af83c10 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -500,8 +500,8 @@ class XendDomainInfo: raise VmError('missing memory size') self.init_domain() - self.construct_image() self.configure_console() + self.construct_image() self.configure_restart() self.configure_backends() deferred = self.configure() -- 2.30.2